Book Contents

Example: Constants

The following are valid expressions that use constants:

tag1 / 2
halves tag1

3.1415926 * ( tag1 ** 2) 
calculates the area of a circle, whose radius is tag1

See also

About expressions

Constants in expressions